-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-3330] Remove fixture test tables for multi writer tests #4704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
xushiyan
commented
Jan 27, 2022
- Remove fixture test table in zip files
- Revert back to data generation setup with deltastreamer jobs
| TypedProperties props = prepareMultiWriterProps(fs(), basePath, propsFilePath); | ||
| props.setProperty("hoodie.write.lock.provider", "org.apache.hudi.client.transaction.lock.InProcessLockProvider"); | ||
| props.setProperty(LockConfiguration.LOCK_ACQUIRE_WAIT_TIMEOUT_MS_PROP_KEY,"3000"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manojpec you can set configs as needed from here. Maybe the last 2 lines can be moved into prepareMultiWriterProps() as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, quite a repetition of these props in few tests in this file. can be moved to prepareMultiWriterProps()
manojpec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Passing locally for me along with #4352 changes.
f8cb5b0 to
0fcf479
Compare
temp CI change disable flaky test Revert "temp CI change" This reverts commit 0fcf479.
codope
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM